home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / Developer Essentials May91 / MPW Interfaces & Libraries 3.2 / AIncludes / FileTransferTools.a < prev    next >
Encoding:
Text File  |  1991-04-17  |  1.1 KB  |  67 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    FileTransferTool.a
  3. ;    Assembler Interface to the Connection Manager Tools.
  4. ;    
  5. ;    Copyright © Apple Computer, Inc.    1988-90
  6. ;    All rights reserved
  7. ;
  8.     IF (&TYPE('FILETRANSFERTOOLS') = 'UNDEFINED') THEN
  9. FILETRANSFERTOOLS    EQU    1
  10.  
  11. ;    messages for fDEFs        
  12. ftInitMsg            EQU    0
  13. ftDisposeMsg        EQU    1
  14. ftSuspendMsg        EQU    2
  15. ftResumeMsg            EQU    3
  16. ftMenuMsg            EQU    4
  17. ftEventMsg            EQU    5
  18. ftActivateMsg        EQU    6
  19. ftDeactivateMsg        EQU    7
  20. ftGetErrorStringMsg    EQU    8
  21.  
  22. ftAbortMsg            EQU    52
  23.  
  24. ftStartMsg            EQU    100
  25. ftExecMsg            EQU    102
  26.  
  27. ; messages for validate DefProc                
  28.  
  29. ftValidateMsg        EQU    0
  30. ftDefaultMsg        EQU    1
  31.  
  32. ;    messages for Setup DefProc                
  33.  
  34. ftSpreflightMsg        EQU    0
  35. ftSsetupMsg            EQU    1
  36. ftSitemMsg            EQU    2
  37. ftSfilterMsg        EQU    3
  38. ftScleanupMsg        EQU    4
  39.  
  40. ;    messages for scripting defProc             
  41. ftMgetMsg            EQU    0
  42. ftMsetMsg            EQU    1
  43.  
  44. ;    messages for localization defProc        
  45.  
  46. ftL2English            EQU    0
  47. ftL2Intl            EQU    1
  48.  
  49. ; def type 
  50.  
  51. fsetType            EQU    'fset'
  52. fvalType            EQU 'fval'
  53. flocType            EQU    'floc'
  54. fscrType            EQU    'fscr'
  55. fdefType            EQU    'fdef'
  56. fbndType            EQU    'fbnd'
  57. fverType            EQU    'vers'
  58.     
  59. FTSetupStruct        Record    0
  60. theDialog    ds.l    1
  61. count        ds.w    1
  62. theConfig    ds.l    1
  63. procID        ds.w    1
  64. FTSetupStructSize        EQU    *
  65.     EndR
  66.     
  67.     ENDIF